home *** CD-ROM | disk | FTP | other *** search
/ HTML CD for Windows / HTML CD for Windows (Prentice Hall PTR)(1996).ISO / htmlcd.z / IMAPDEMO.TXT < prev    next >
Text File  |  1994-04-29  |  525b  |  20 lines

  1. # Demo map file
  2. # This file should be pointed at by an entry in IMAGEMAP.CNF
  3. #
  4. # -Casey Barton
  5.  
  6. #The default page is loaded if no other entries are hit.
  7. default /demo/noshape.html
  8.  
  9. # Circles are defined by two points; the first is the center, and the second
  10. # is a point on the perimeter.
  11. circle /demo/circle.html 50,50 50,10
  12.  
  13. # Rects are defined by two diagonally opposite vertices.
  14. rect /demo/rect.html 130,10 170,90
  15.  
  16. # Polys can have any number of vertices. 
  17. poly /demo/poly.html 250,10 210,90 290,90
  18.  
  19.  
  20.